type golang.org/x/net/http2.writePing
4 uses
golang.org/x/net/http2 (current package)
server.go#L1093: write: &writePing{data: sc.sentPingData},
write.go#L135: type writePing struct {
write.go#L139: func (w writePing) writeFrame(ctx writeContext) error {
write.go#L143: func (w writePing) staysWithinBuffer(max int) bool { return frameHeaderLen+len(w.data) <= max }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)